home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / CLP2DLFI / WINBROWS.DFM / WINBROWS.txt
Text File  |  1995-11-10  |  4KB  |  184 lines

  1. object WinBrowse: TWinBrowse
  2.   Left = 10
  3.   Top = 93
  4.   Width = 605
  5.   Height = 374
  6.   Caption = 'Browse'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 116
  20.     Top = 12
  21.     Width = 151
  22.     Height = 16
  23.     Caption = 'Select From Open Files'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 252
  27.     Top = 320
  28.     Width = 48
  29.     Height = 16
  30.     Caption = 'Method'
  31.   end
  32.   object Label4: TLabel
  33.     Left = 288
  34.     Top = 44
  35.     Width = 58
  36.     Height = 16
  37.     Caption = 'Index By'
  38.   end
  39.   object recnum: TLabel
  40.     Left = 20
  41.     Top = 4
  42.     Width = 77
  43.     Height = 16
  44.     Alignment = taCenter
  45.     AutoSize = False
  46.   end
  47.   object oftot: TLabel
  48.     Left = 20
  49.     Top = 20
  50.     Width = 77
  51.     Height = 16
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.   end
  55.   object dbfBrowse: TSixbrowse
  56.     Left = 0
  57.     Top = 72
  58.     Width = 597
  59.     Height = 237
  60.     ColorHeader = 4227072
  61.     ColorTHeader = clWhite
  62.     ColorHighlight = clGreen
  63.     ColorTHighlight = clWhite
  64.     ColorNormal = clWhite
  65.     ColorTNormal = clBlack
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = 'System'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     TabStop = True
  73.     ColorFrozen = clWhite
  74.     ColorTFrozen = clBlack
  75.     ColorSpecial = clWhite
  76.     ColorTSpecial = clBlack
  77.     AutoBrowse = False
  78.     IndexWait = False
  79.     Grid = 0
  80.     Frame = 1
  81.     OnKeyUp = dbfBrowseKeyUp
  82.     OnEditWhen = dbfBrowseEditWhen
  83.   end
  84.   object Button1: TButton
  85.     Left = 504
  86.     Top = 316
  87.     Width = 89
  88.     Height = 25
  89.     Caption = '&Close'
  90.     TabOrder = 1
  91.     OnClick = Button1Click
  92.   end
  93.   object flist: TComboBox
  94.     Left = 276
  95.     Top = 8
  96.     Width = 177
  97.     Height = 24
  98.     Style = csDropDownList
  99.     ItemHeight = 16
  100.     Sorted = True
  101.     TabOrder = 2
  102.     OnClick = flistClick
  103.   end
  104.   object Button2: TButton
  105.     Left = 472
  106.     Top = 8
  107.     Width = 121
  108.     Height = 25
  109.     Caption = '&Open DataBase'
  110.     TabOrder = 3
  111.     OnClick = Button2Click
  112.   end
  113.   object strlist: TComboBox
  114.     Left = 8
  115.     Top = 40
  116.     Width = 249
  117.     Height = 24
  118.     Style = csDropDownList
  119.     Font.Color = clBlack
  120.     Font.Height = -13
  121.     Font.Name = 'Courier New'
  122.     Font.Style = []
  123.     ItemHeight = 16
  124.     ParentFont = False
  125.     TabOrder = 4
  126.   end
  127.   object taglist: TComboBox
  128.     Left = 356
  129.     Top = 40
  130.     Width = 237
  131.     Height = 24
  132.     Style = csDropDownList
  133.     Font.Color = clBlack
  134.     Font.Height = -13
  135.     Font.Name = 'Courier New'
  136.     Font.Style = []
  137.     ItemHeight = 16
  138.     ParentFont = False
  139.     TabOrder = 5
  140.     OnClick = taglistClick
  141.   end
  142.   object srchfor: TEdit
  143.     Left = 92
  144.     Top = 316
  145.     Width = 141
  146.     Height = 24
  147.     CharCase = ecUpperCase
  148.     TabOrder = 6
  149.     Text = 'SRCHFOR'
  150.     OnKeyPress = srchforKeyPress
  151.   end
  152.   object infld: TComboBox
  153.     Left = 308
  154.     Top = 316
  155.     Width = 181
  156.     Height = 24
  157.     Style = csDropDownList
  158.     Font.Color = clBlack
  159.     Font.Height = -13
  160.     Font.Name = 'Courier New'
  161.     Font.Style = []
  162.     ItemHeight = 16
  163.     ParentFont = False
  164.     TabOrder = 7
  165.     OnClick = infldClick
  166.   end
  167.   object Button3: TButton
  168.     Left = 4
  169.     Top = 316
  170.     Width = 81
  171.     Height = 25
  172.     Caption = '&Search'
  173.     TabOrder = 8
  174.     OnClick = Button3Click
  175.   end
  176.   object OpenDialog1: TOpenDialog
  177.     DefaultExt = 'DBF'
  178.     Filter = 'DBF Files (*.dbf)|*.DBF'
  179.     FilterIndex = 0
  180.     Left = 4
  181.     Top = 4
  182.   end
  183. end
  184.